Command List Last updated: 2023-09-30
In this part we will see how can we generate the following :
- Resource
- Dash Object
- Filter Object
- Action Object
- Notify Object
- Blank Page
- Policy
if you run this command
php artisan list
you can see in artisan commands list
dash
dash:make-action Generate New Actions
dash:make-dash Generate New dashboard object
dash:make-filter Generate New filters
dash:make-notify Generate New Notification
dash:make-page Generate New Page
dash:make-policy Generate New Policy you can use --module={ModuleName} flag in HMVC Module
dash:make-resource Generate New Resource
dash:setup setup admin account
let's know more about these commands